CI: deprecate $(AUTORELEASE) via comments
authorPaul Spooren <[email protected]>
Wed, 16 Nov 2022 18:06:20 +0000 (19:06 +0100)
committerJosef Schlehofer <[email protected]>
Fri, 1 Sep 2023 19:55:43 +0000 (21:55 +0200)
commit42584b0cecaeb68443d9a9a804ea683f98fcfeb0
treefcf638d422f254758ab1c2d42886c723e7243f99
parent120bf33284319845659f9b825df9c26ea20bd1c1
CI: deprecate $(AUTORELEASE) via comments

Autorelease causes some issues like heavy bandwidth usage as well as
non-deterministic package releases whenever someone doesn't use the full
git log.

With this comment all modified packages are checked and if they use
the autorelease feature, kindly comment to the user to change that.

Signed-off-by: Paul Spooren <[email protected]>
[ move check to separate workflow to handle ci limitation ]
Signed-off-by: Christian Marangi <[email protected]>
(cherry picked from commit c993ee8a893c04baef602574ca9353ce4c72e11e)
.github/workflows/check-autorelease-deprecation.yml [new file with mode: 0644]